-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Myself and some colleagues have just been told that we are all taking the EPiServer CMS certification exam on Friday. Having done some research on the web it does sound like a challenging exam - I've heard that only one in six people pass it.
There doesn't seem to be much in the way of learning material…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've installed an EPiServer 6 site locally and it is running fine in IIS, but when I open it as a solution in Visual Studio 2008 and run it via the built in development server, the site center dashboard page doesn't work, I get a 404 error.
I guess there is some configuration in IIS that needs to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
At our company we are going to develop more for the Windows platform than we have done up until now. As this scale of Windows development is new to us it would be nice with some feedback from experienced developers.
Requirements we have:
5 developers from the beginning.
15 developers a year from…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
Does any one have experiense of using Recaptcha with XForms in EPiServer?
I don't know where to put the Recaptcha control and how to make it work. The sample code for ASP.NET is the code below. Where should i put it. My guess is in the FormControl_BeforeSubmitPostedData?
<%@ Page Language="VB"…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm new to EPiSERVER. Currently trying to search for a page with a specific property set to a specific value.
I need the property CatalogEntryPoint (a ContentReference) to equal something. Here is the criterea:
PropertyCriteria secCriteria = new PropertyCriteria();
secCriteria.Condition…
>>> More